home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TNOTIFICATIONSETUP / TNOTIFICATIONSETUP.txt
Text File  |  2004-10-12  |  3KB  |  139 lines

  1. object NotificationSetup: TNotificationSetup
  2.   Left = 366
  3.   Top = 261
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Notification Settings'
  7.   ClientHeight = 261
  8.   ClientWidth = 437
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object eFile: TEdit
  21.     Left = 32
  22.     Top = 40
  23.     Width = 297
  24.     Height = 21
  25.     Enabled = False
  26.     TabOrder = 1
  27.   end
  28.   object bBrowse: TButton
  29.     Left = 336
  30.     Top = 38
  31.     Width = 89
  32.     Height = 25
  33.     Caption = 'Browse'
  34.     Enabled = False
  35.     TabOrder = 2
  36.     OnClick = bBrowseClick
  37.   end
  38.   object cbSound: TCheckBox
  39.     Left = 16
  40.     Top = 16
  41.     Width = 409
  42.     Height = 17
  43.     Caption = '&Play sound file:'
  44.     TabOrder = 0
  45.     OnClick = cbSoundClick
  46.   end
  47.   object cbSignalPeriod: TCheckBox
  48.     Left = 16
  49.     Top = 104
  50.     Width = 409
  51.     Height = 17
  52.     Caption = '&When notification is not confirmed, play sound each'
  53.     Checked = True
  54.     State = cbChecked
  55.     TabOrder = 3
  56.     OnClick = cbSignalPeriodClick
  57.   end
  58.   object eTime: TXSpinEdit
  59.     Left = 32
  60.     Top = 128
  61.     Width = 57
  62.     Height = 21
  63.     TabOrder = 4
  64.     Text = '1'
  65.     MinValue = 1
  66.     MaxValue = 8640
  67.     Value = 1
  68.     Step = 1
  69.   end
  70.   object cbTime: TComboBox
  71.     Left = 96
  72.     Top = 128
  73.     Width = 161
  74.     Height = 21
  75.     Style = csDropDownList
  76.     ItemHeight = 13
  77.     ItemIndex = 1
  78.     TabOrder = 5
  79.     Text = 'minutes'
  80.     Items.Strings = (
  81.       'seconds'
  82.       'minutes'
  83.       'hours')
  84.   end
  85.   object cbActivate: TCheckBox
  86.     Left = 16
  87.     Top = 160
  88.     Width = 401
  89.     Height = 17
  90.     Caption = 'Activate the notification window'
  91.     Checked = True
  92.     State = cbChecked
  93.     TabOrder = 6
  94.   end
  95.   object cbDefault: TCheckBox
  96.     Left = 16
  97.     Top = 200
  98.     Width = 409
  99.     Height = 17
  100.     Caption = '&Use as default'
  101.     TabOrder = 7
  102.   end
  103.   object bOK: TButton
  104.     Left = 224
  105.     Top = 228
  106.     Width = 97
  107.     Height = 25
  108.     Caption = '&OK'
  109.     Default = True
  110.     ModalResult = 1
  111.     TabOrder = 8
  112.     OnClick = bOKClick
  113.   end
  114.   object bCancel: TButton
  115.     Left = 328
  116.     Top = 228
  117.     Width = 97
  118.     Height = 25
  119.     Cancel = True
  120.     Caption = 'Cancel'
  121.     ModalResult = 2
  122.     TabOrder = 9
  123.   end
  124.   object cbSpeaker: TCheckBox
  125.     Left = 16
  126.     Top = 72
  127.     Width = 409
  128.     Height = 17
  129.     Caption = '&Signal using system speaker'
  130.     TabOrder = 10
  131.   end
  132.   object dOpen: TOpenDialog
  133.     Options = [ofHideReadOnly, ofNoChangeDir, ofPathMustExist, ofFileMustExist, ofShareAware, ofEnableSizing]
  134.     Title = 'Choose a Sound File'
  135.     Left = 384
  136.     Top = 128
  137.   end
  138. end
  139.